ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / PageIndex Property

In This Topic
    PageIndex Property (CollectionViewResponse<T>)
    In This Topic
    The index of page which the items are in.
    Syntax
    'Declaration
     
    Public Property PageIndex As Integer
    public int PageIndex {get; set;}
    See Also